home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ian & Stuart's Australian Mac 1993 September
/
September 93.iso
/
Community
/
Media
/
US Magazine Index
/
APC 87⁄89 Mindex
/
background_2780.txt
< prev
next >
Wrap
Text File
|
1989-09-07
|
5KB
|
261 lines
-- background: 2780 from stack: in
-- bmap block id: 3125
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openCard
put the number of this card into field "Number Series"
pass openCard
end openCard
on openBackground
push recent card
end openBackground
-- part 2 (field)
-- low flags: 01
-- high flags: 0004
-- rect: left=16 top=80 right=99 bottom=57
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 23
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Number Series
-- part 7 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=440 top=164 right=185 bottom=489
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to previous card
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=439 top=136 right=157 bottom=489
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go to next card
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=424 top=248 right=269 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Show All
----- HyperTalk script -----
on mouseUp
show all cards
end mouseUp
-- part 6 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=328 top=280 right=297 bottom=411
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Page Nos
-- part 12 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=442 top=219 right=240 bottom=488
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Sort
----- HyperTalk script -----
on mouseUp
answer "Sort all cards of this stack according to:" with "System" or "Subject" or "Cancel"
if it is "System"
then sort by first word of first line of field "System"
else if it is "Subject"
then sort by first word of first line of field "Subject"
end mouseUp
-- part 13 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=433 top=277 right=297 bottom=496
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris open
go Home
end mouseUp
-- part 15 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=424 top=108 right=129 bottom=505
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Entry
----- HyperTalk script -----
on mouseUp
set lockScreen to true
go to last card
get field "number series"
doMenu "New Card"
set lockScreen to false
put it + 1 into field "number series"
choose browse tool
click at 100,100
end mouseUp
-- part 16 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=128 top=80 right=97 bottom=236
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Magazine
-- part 18 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=320 top=80 right=97 bottom=411
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: System
-- part 19 (field)
-- low flags: 00
-- high flags: 4004
-- rect: left=16 top=128 right=157 bottom=411
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Subject
-- part 20 (field)
-- low flags: 00
-- high flags: 4004
-- rect: left=16 top=180 right=275 bottom=411
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Summary
-- part 21 (field)
-- low flags: 00
-- high flags: 0004
-- rect: left=112 top=280 right=297 bottom=227
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Issue
-- part 22 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=441 top=192 right=213 bottom=489
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Find
----- HyperTalk script -----
on mouseUp
global findInGlossary
put true into findInGlossary
doMenu "find..."
end mouseUp